You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > RegModels Class > RegModels Methods > RegModels.LineDeriv Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
RegModels.LineDeriv Method

Derivatives of linear function.

Syntax
C#
Visual Basic
public static void LineDeriv(TRegressFun RegressFun, double X, double Y, [In] double[] Pars, [In] TVec Grad, [In] TMtxFloatPrecision fp);

Calculates the derivatives of linear function at point (X,Y) with respect to the regression parameters Pars. The results are returned in Grad vector. Grad.Values[I] contains the derivative with respect to the I-th parameter. The Length and Complex properties of the Grad vector are adjusted automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!